AInputQueue_attachLooper

Add this input queue to a looper for processing. See ALooper_addFd() for information on the ident, callback, and data params.

extern (C) nothrow @nogc
void
AInputQueue_attachLooper
(
AInputQueue* queue
,
ALooper* looper
,
int ident
,
ALooper_callbackFunc callback
,
void* data
)

Meta